All checks were successful
Deploy to Production / deploy (push) Successful in 5s
24 lines
400 B
YAML
24 lines
400 B
YAML
services:
|
|
rubic-cube:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "8083:80"
|
|
expose:
|
|
- "80"
|
|
restart: unless-stopped
|
|
# volumes:
|
|
# - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
|
networks:
|
|
npm_public:
|
|
aliases:
|
|
- rubic-cube
|
|
rubic-net:
|
|
|
|
networks:
|
|
npm_public:
|
|
external: true
|
|
rubic-net:
|
|
driver: bridge
|