static-files-article/docker-compose.devel.yml
2023-08-01 00:21:00 +03:00

11 lines
148 B
YAML

services:
staticfiles-api:
ports:
- 8080:8080
volumes:
- ./:/app/src/
staticfiles-front:
volumes:
- ./:/app/src/