Skip to content

Commit

Permalink
update compose
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodcloak committed Jan 7, 2025
1 parent 1dc4fa6 commit 88b884e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.6'
services:
db:
image: postgres:14
Expand All @@ -21,5 +20,15 @@ services:
env_file:
- .env

site:
image: ghcr.io/bsmg/yatb-site
restart: unless-stopped
ports:
- 3000:3000
env_file:
- .env
volumes:
- ./sitedb:/app/db:rw

networks:
internal:

0 comments on commit 88b884e

Please sign in to comment.