mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-24 00:40:32 +01:00
Working on Docker Compose
This commit is contained in:
@@ -17,8 +17,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
- proxy
|
- proxy
|
||||||
depends_on:
|
depends_on:
|
||||||
- artapi
|
- artapi
|
||||||
artapi:
|
artapi:
|
||||||
image: artapi:latest
|
image: artapi:latest
|
||||||
labels:
|
labels:
|
||||||
@@ -29,8 +29,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
- proxy
|
- proxy
|
||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:10.5.8-focal
|
image: mariadb:10.5.8-focal
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user