You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
515 B
24 lines
515 B
version: '3.8'
|
|
|
|
services:
|
|
site_alliance_elendil:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "38011:8080"
|
|
environment:
|
|
ASPNETCORE_ENVIRONMENT: Production
|
|
VIRTUAL_HOST: jean-marcillac.dev
|
|
VIRTUAL_PORT: 8080
|
|
LETSENCRYPT_HOST: jean-marcillac.dev
|
|
LETSENCRYPT_EMAIL: jean.marcillac12@gmail.com
|
|
container_name: portfolio-siwa
|
|
restart: unless-stopped
|
|
networks:
|
|
- nginx-proxy-network
|
|
|
|
networks:
|
|
nginx-proxy-network:
|
|
external: true
|