Files
geo-words/docker-compose.yml
gkucmierz ce0e77173b
All checks were successful
Deploy to Production / deploy (push) Successful in 7s
Update docker-compose.yml
2026-03-04 01:25:55 +00:00

19 lines
344 B
YAML

services:
geo-words:
container_name: geo-words
build:
context: .
dockerfile: Dockerfile
# ports:
# - "3002:80"
expose:
- "80"
restart: unless-stopped
# volumes:
# - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
networks:
- npm_public
networks:
npm_public:
external: true