16 lines
318 B
YAML
16 lines
318 B
YAML
services:
|
|
staticfiles-api:
|
|
build:
|
|
target: django-static-builder
|
|
image: staticfiles-api:develop
|
|
restart: unless-stopped
|
|
|
|
staticfiles-front:
|
|
build:
|
|
target: front
|
|
image: staticfiles-front:develop
|
|
volumes:
|
|
- ./conf/nginx.conf:/etc/nginx/nginx.conf:ro
|
|
ports:
|
|
- 80:80
|