Remove hardcoded container names for DokPloy compatibility
This commit is contained in:
parent
cda610dc01
commit
b4bd938ac3
1 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
container_name: outline-nginx
|
||||
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- outline
|
||||
|
|
@ -14,7 +14,7 @@ services:
|
|||
|
||||
outline:
|
||||
image: docker.getoutline.com/outlinewiki/outline:1.6.1
|
||||
container_name: outline
|
||||
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
|
|
@ -28,7 +28,7 @@ services:
|
|||
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
container_name: outline-postgres
|
||||
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_USER: outline
|
||||
|
|
@ -54,7 +54,7 @@ services:
|
|||
|
||||
redis:
|
||||
image: redis:7-alpine
|
||||
container_name: outline-redis
|
||||
|
||||
restart: unless-stopped
|
||||
command: >
|
||||
redis-server
|
||||
|
|
@ -71,7 +71,7 @@ services:
|
|||
cron:
|
||||
build:
|
||||
context: ./cron
|
||||
container_name: outline-cron
|
||||
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- postgres
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue