Update docker-compose.yml
All checks were successful
Deploy to Production / deploy (push) Successful in 7s
All checks were successful
Deploy to Production / deploy (push) Successful in 7s
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user