16 lines
276 B
YAML
16 lines
276 B
YAML
services:
|
|
history-admin:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: history-admin
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3011:3000"
|
|
networks:
|
|
- history-admin-network
|
|
|
|
networks:
|
|
history-admin-network:
|
|
driver: bridge
|