Update docker-compose.yml
All checks were successful
Deploy to Production / deploy (push) Successful in 7s

This commit is contained in:
2026-03-04 01:25:55 +00:00
parent 9bec3e20ca
commit ce0e77173b

View File

@@ -1,13 +1,19 @@
version: '3'
services: services:
geo-words: geo-words:
build: . container_name: geo-words
ports: build:
- "3002:80" context: .
restart: always dockerfile: Dockerfile
# ports:
# - "3002:80"
expose:
- "80"
restart: unless-stopped
# volumes:
# - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
networks: networks:
- npm_public - npm_public
networks: networks:
npm_public: npm_public:
external: true external: true