first commot
This commit is contained in:
21
docker-compose.yml
Normal file
21
docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
emailbill:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: emailbill
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- all_in
|
||||
ports:
|
||||
- "14904:8080"
|
||||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=Production
|
||||
- ASPNETCORE_URLS=http://+:8080
|
||||
volumes:
|
||||
- /wd/apps/vols/emailbill/database:/app/database
|
||||
- /wd/apps/vols/emailbill/logs:/app/logs
|
||||
|
||||
networks:
|
||||
all_in:
|
||||
external: true
|
||||
Reference in New Issue
Block a user