diff --git a/docker-compose.yml b/docker-compose.yml index dd9ada5..5998ec6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,9 @@ services: app: image: collinlucke/baphomet-server - restart: unless-stopped + restart: no + networks: + - baphomet build: context: . dockerfile: Dockerfile @@ -14,4 +16,8 @@ services: - ATLAS_DB=${ATLAS_DB} - ACCESS_TOKEN_SECRET=${ACCESS_TOKEN_SECRET} - REFRESH_TOKEN_SECRET=${REFRESH_TOKEN_SECRET} - - NODE_ENV=${NODE_ENV} \ No newline at end of file + - NODE_ENV=${NODE_ENV} + +networks: + baphomet: + driver: bridge \ No newline at end of file