mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-06-04 05:29:00 +02:00
update contains
This commit is contained in:
parent
69c557fb2f
commit
4d29f8e86b
@ -1,6 +1,6 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
nodeserver:
|
nodejs: # Service pour nodejs
|
||||||
build:
|
build:
|
||||||
context: ./app
|
context: ./app
|
||||||
volumes:
|
volumes:
|
||||||
@ -10,7 +10,7 @@ services:
|
|||||||
- "5000:5000"
|
- "5000:5000"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
nginx:
|
nginx: # Service serveur web
|
||||||
build:
|
build:
|
||||||
context: ./nginx
|
context: ./nginx
|
||||||
volumes:
|
volumes:
|
||||||
@ -19,7 +19,7 @@ services:
|
|||||||
- "8888:80"
|
- "8888:80"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
mysql:
|
maraidb: # Service base de données
|
||||||
image: mariadb:latest
|
image: mariadb:latest
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
Loading…
x
Reference in New Issue
Block a user