Compare commits
No commits in common. "1ee5c5517e37f864a775cbf97fd6510680742a28" and "08e6e1526ccfd08e313480159cc87721e8ee503e" have entirely different histories.
1ee5c5517e
...
08e6e1526c
@ -1,12 +1,11 @@
|
||||
version: '1'
|
||||
networks:
|
||||
default:
|
||||
name: "${PROJECT_NAME}_planka_db_net"
|
||||
external: false
|
||||
traefik:
|
||||
name: "${TRAEFIK_NETWORK}"
|
||||
external: true
|
||||
|
||||
db:
|
||||
name: "${PROJECT_NAME}_planka_db_net"
|
||||
external: false
|
||||
services:
|
||||
planka:
|
||||
container_name: "${PROJECT_NAME}_planka"
|
||||
@ -26,7 +25,7 @@ services:
|
||||
- "${PROJECT_DATA}/${PROJECT_NAME}-planka/planka/project-background-images:/app/public/project-background-images"
|
||||
- "${PROJECT_DATA}/${PROJECT_NAME}-planka/planka/attachments:/app/private/attachments"
|
||||
networks:
|
||||
- "traefik"
|
||||
- "db"
|
||||
environment:
|
||||
- "BASE_URL=https://${PROJECT_URL}"
|
||||
- "TRUST_PROXY=0"
|
||||
@ -53,6 +52,8 @@ services:
|
||||
container_name: "${PROJECT_NAME}_planka_db"
|
||||
image: "postgres:alpine"
|
||||
restart: "unless-stopped"
|
||||
networks:
|
||||
- "db"
|
||||
labels:
|
||||
# Watchtower add to auto update
|
||||
- "com.centurylinklabs.watchtower.enable=true"
|
||||
|
Loading…
Reference in New Issue
Block a user