putting full compose i use in prod

This commit is contained in:
localhost 2023-09-24 17:08:53 +02:00
parent 7bd4ec5dee
commit 967b1fc3ac
1 changed files with 6 additions and 2 deletions

View File

@ -6,6 +6,7 @@ services:
image: ghcr.io/preservetube/backend
networks:
- public
- db
restart: on-failure
volumes:
- ./logs:/usr/src/preservetube/backend/logs
@ -14,5 +15,8 @@ services:
networks:
public:
external:
name: public
external: true
name: public
db:
external: true
name: db