Skip to content

Commit

Permalink
????????????????????????????
Browse files Browse the repository at this point in the history
  • Loading branch information
collinlucke committed Nov 18, 2024
1 parent 30a8180 commit f3b5713
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
services:
app:
image: collinlucke/baphomet-server
restart: unless-stopped
restart: no
networks:
- baphomet
build:
context: .
dockerfile: Dockerfile
Expand All @@ -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}
- NODE_ENV=${NODE_ENV}

networks:
baphomet:
driver: bridge

0 comments on commit f3b5713

Please sign in to comment.