putting full compose i use in prod

This commit is contained in:
localhost 2023-09-24 17:19:20 +02:00
parent aa5bfec8b2
commit 25220f83da
1 changed files with 7 additions and 3 deletions

View File

@ -3,9 +3,10 @@ version: "3.3"
services:
auto:
container_name: preservetube-auto
image: preservetube/auto
image: ghcr.io/preservetube/auto
networks:
- public
- db
restart: on-failure
volumes:
- ./logs:/usr/src/preservetube/auto/logs
@ -14,5 +15,8 @@ services:
networks:
public:
external:
name: public
external: true
name: public
db:
external: true
name: db