commit
This commit is contained in:
parent
6156e20eab
commit
f72143aac7
1 changed files with 2 additions and 5 deletions
|
@ -2,12 +2,9 @@ services:
|
||||||
joclud_api:
|
joclud_api:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: DOCKERFILE
|
dockerfile: Dockerfile
|
||||||
network: host
|
network: host
|
||||||
restart: always
|
restart: always
|
||||||
image: joclud_api
|
|
||||||
expose:
|
|
||||||
- 80
|
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
labels:
|
labels:
|
||||||
|
@ -21,4 +18,4 @@ services:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
external: true
|
external: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue