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.
13 lines
321 B
13 lines
321 B
version: '3'
|
|
services:
|
|
recruitment.admin.api:
|
|
build: znyc_recruitment.admin.api
|
|
environment:
|
|
- ASPNETCORE_ENVIRONMENT=Development
|
|
- LANG=C.UTF-8
|
|
container_name: znyc_recruitment.admin.api
|
|
restart: always
|
|
ports:
|
|
- 801:80
|
|
volumes:
|
|
- "/etc/localtime:/etc/localtime:ro"
|
|
|