Files
http2pic/docker-compose-dev.yml
Chris faea2b0899
All checks were successful
Build Container / docker (push) Successful in 28s
fix: correct URL format in docker-compose files and improve viewport handling in index.php
2026-02-15 19:58:43 +01:00

19 lines
329 B
YAML
Executable File

version: '3.3'
services:
http2pic:
build:
context: .
dockerfile: docker/Dockerfile
restart: unless-stopped
volumes:
- ./cache:/srv/cache
- ./src:/srv/src
- ./web:/srv/web
- ./logs:/srv/logs
environment:
- URL=http://localhostxxx:8080
ports:
- 8080:80