mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
docs: 📝 Restrict reference docker-compose permissions
This commit is contained in:
parent
ece36f6adc
commit
025d5bea94
|
|
@ -3,7 +3,7 @@ services:
|
||||||
image: ghcr.io/versia-pub/server:latest
|
image: ghcr.io/versia-pub/server:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./logs:/app/dist/logs
|
- ./logs:/app/dist/logs
|
||||||
- ./config:/app/dist/config
|
- ./config:/app/dist/config:ro
|
||||||
- ./uploads:/app/dist/uploads
|
- ./uploads:/app/dist/uploads
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: versia
|
container_name: versia
|
||||||
|
|
@ -17,10 +17,10 @@ services:
|
||||||
- fe
|
- fe
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: ghcr.io/versia-pub/worker:latest
|
image: ghcr.io/versia-pub/worker:main
|
||||||
volumes:
|
volumes:
|
||||||
- ./logs:/app/dist/logs
|
- ./logs:/app/dist/logs
|
||||||
- ./config:/app/dist/config
|
- ./config:/app/dist/config:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: versia-worker
|
container_name: versia-worker
|
||||||
tty: true
|
tty: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue