phundrak.com/docker-compose.yml
Lucien Cartier-Tilet 59e30f919c
fix(backend): Fix port exposed by backend
Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-02-09 12:14:00 +01:00

14 lines
195 B
YAML

version: '3'
services:
redis:
image: redis:alpine
restart: unless-stopped
phuncache:
build: .
restart: unless-stopped
ports:
- 8080:8080
env_file:
- .env