Files
mobile-app-prototip/docker-compose.yml
T
PoturaevPetr b3e61a30a5 ports for prod
2026-04-28 01:09:40 +05:00

8 lines
118 B
YAML

services:
web:
build: .
image: pcs-pt-mobile:local
ports:
- "3630:80"
restart: unless-stopped