Skip to content

Commit

Permalink
ci(container): add docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-mesureux committed Nov 27, 2024
1 parent 3609821 commit 185a1e4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: "3.9"

services:
dailyclean-job:
build:
context: job/dailyclean
dockerfile: ./Dockerfile
image: dailyclean-job
container_name: dailyclean-job
tty: true
stdin_open: true
dailyclean-api:
build:
context: api
dockerfile: ./Dockerfile
image: dailyclean-api
container_name: dailyclean-api
tty: true
stdin_open: true

0 comments on commit 185a1e4

Please sign in to comment.