Updated
This commit is contained in:
parent
82a0fd6eea
commit
4fadb54891
24 changed files with 58 additions and 84 deletions
|
|
@ -1,9 +1,10 @@
|
|||
services:
|
||||
template:
|
||||
container_name: template
|
||||
dasig-static:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: localhost/${CONTAINER_NAME}:latest
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- 4321:4321
|
||||
- ${PORT}:4321
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue