This commit is contained in:
Björn Ellensohn 2024-02-05 12:36:28 +01:00
parent b6d09fe73a
commit a7a8f5176e

View File

@ -161,7 +161,7 @@ services:
# - "80:1337" # - "80:1337"
# restart: unless-stopped # restart: unless-stopped
config: olivetin:
container_name: olivetin container_name: olivetin
image: jamesread/olivetin image: jamesread/olivetin
#image: ghcr.io/bjoernellens1/cps_bot_mini_ws/olivetin #image: ghcr.io/bjoernellens1/cps_bot_mini_ws/olivetin
@ -281,6 +281,12 @@ services:
- ./config/npm:/data - ./config/npm:/data
- ./letsencrypt:/etc/letsencrypt - ./letsencrypt:/etc/letsencrypt
management:
depends_on:
- npm
- foxglove
- olivetin
################################################################################################################################ ################################################################################################################################
# Docker related extra stuff # # Docker related extra stuff #
################################################################################################################################ ################################################################################################################################