aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorHunternif2021-08-04 04:37:20 +0100
committerHunternif2021-08-04 04:37:20 +0100
commit8c63b7502b5cab79ba2adc25821b952b44308e00 (patch)
treecbe59a38b062983416853dff58e0d08203d828ad /docker-compose.yml
parent95e7168f3c8604f237b36650cfd62f2472336304 (diff)
Set docker to build image locally
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 1da23bd..0e362d9 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -7,7 +7,9 @@ version: '2'
services:
server:
- image: szurubooru/server:latest
+ # image: szurubooru/server:latest
+ build:
+ context: ./server
depends_on:
- sql
environment:
@@ -26,7 +28,11 @@ services:
- "./server/config.yaml:/opt/app/config.yaml"
client:
- image: szurubooru/client:latest
+ # image: szurubooru/client:latest
+ build:
+ context: ./client
+ args:
+ BUILD_INFO: dev build
depends_on:
- server
environment:

© 2015 - 2026 Jakob L. Kreuze