All checks were successful
Deploy to Production / deploy (push) Successful in 5s
21 lines
370 B
YAML
21 lines
370 B
YAML
name: bitcoin-logo
|
|
|
|
services:
|
|
bitcoin-logo:
|
|
container_name: bitcoin-logo
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
# ports:
|
|
# - "3003:80"
|
|
expose:
|
|
- "80"
|
|
restart: unless-stopped
|
|
# volumes:
|
|
# - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
|
networks:
|
|
- npm_public
|
|
|
|
networks:
|
|
npm_public:
|
|
external: true |