services: # mine-bulletin-webapp: caddy: # container_name: mine-bulletin-webapp image: caddy:alpine restart: always ports: - "21306:80" volumes: - app:/var/www/html # - ./site:/var/www/html - ./Caddyfile:/etc/caddy/Caddyfile depends_on: #- mine-bulletin-php - php networks: - bulletin_net # mine-bulletin-php: php: #container_name: mine-bulletin-php image: php:8.2-fpm-alpine restart: always volumes: - app:/var/www/html # - ./site:/var/www/html networks: - bulletin_net code-editor: image: filebrowser/filebrowser restart: always ports: - 21305:80 volumes: - app:/srv # - ./site:/var/www/html - ./branding:/branding # - ./branding/db/database.db:/db/database.db - type: bind source: ./branding/db/database.db target: /branding/db/database.db - type: bind source: ./branding/.filebrowser.json target: /.filebrowser.json # - ./branding/.filebrowser.json:/.filebrowser.json # - ./.filebrowser.json:/.filebrowser.json - type: bind source: ./branding/settings.json target: /config/settings.json # - ./branding/settings.json:/config/settings.json # - type: bind # source: .filebrowser.json # target: /.filebrowser.json # - ${PERSISTANT_STORAGE_PATH}/:/ # environment: # - TZ=${TIMEZONE} networks: - bulletin_net volumes: app: driver_opts: type: none o: bind # device: /home/adminops/Desktop/containerdata/bulletin/site device: /home/user/Desktop/containerdata/bulletin/site # device: /mnt/mine/containerdata/bulletin/site networks: bulletin_net: