docker structure improvement

This commit is contained in:
Lukian 2024-09-16 17:25:49 +02:00
parent 5e8ada02f3
commit 0706689730

View file

@ -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