Added build tags to docker compose [CI SKIP]

This commit is contained in:
DutchEllie 2022-05-08 17:41:17 +02:00
parent 6a1ff78ad0
commit 2beb31d943
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ services:
app: app:
container_name: pepebot_server container_name: pepebot_server
image: dutchellie.nl/dutchellie/pepebot image: dutchellie.nl/dutchellie/pepebot
build: .
restart: always restart: always
depends_on: depends_on:
- db - db
@ -27,6 +28,7 @@ services:
pepe_service: pepe_service:
container_name: pepebot_service container_name: pepebot_service
image: dutchellie.nl/dutchellie/pepebot_service:latest image: dutchellie.nl/dutchellie/pepebot_service:latest
build: pepeservice
restart: always restart: always
environment: environment:
- PEPE_DIR=/pepe/1.00 - PEPE_DIR=/pepe/1.00