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.
14 lines
321 B
14 lines
321 B
2 years ago
|
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"
|