update CI/CD with compose

This commit is contained in:
2026-04-26 17:55:59 +02:00
parent 0dbcdcfcf4
commit c5770b4d63
2 changed files with 24 additions and 13 deletions

19
docker-compose.yml Normal file
View File

@@ -0,0 +1,19 @@
services:
frontend:
build:
context: .
args:
REACT_APP_API_URL: ""
image: poster-picker-frontend:latest
ports:
- "8081:80"
restart: unless-stopped
networks:
- poster-picker
- caddy-external
networks:
poster-picker:
external: true
caddy-external:
external: true