docker structure improvement
This commit is contained in:
parent
5e8ada02f3
commit
0706689730
1 changed files with 4 additions and 5 deletions
|
@ -1,13 +1,12 @@
|
|||
version: '3.1'
|
||||
|
||||
services:
|
||||
joclud_api:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: DOCKERFILE
|
||||
network: host
|
||||
restart: always
|
||||
volumes:
|
||||
- /home/lucien/joclud_api:/app
|
||||
image: joclud_api
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "443:443"
|
||||
- "443:443"
|
||||
container_name: joclud_api
|
Loading…
Add table
Add a link
Reference in a new issue