update CI/CD with compose
This commit is contained in:
19
docker-compose.yml
Normal file
19
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user