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