initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
.env
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
[Container]
|
||||||
|
Image=git.legonzaur.fr/legonzaur/vote-back:latest
|
||||||
|
Environment=API_PREFIX=/api
|
||||||
|
Environment=DEV_MODE=false
|
||||||
|
EnvironmentFile=./.env
|
||||||
|
Pod=vote.pod
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=always
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
[Container]
|
||||||
|
Image=git.legonzaur.fr/legonzaur/vote-front:latest
|
||||||
|
Environment=NUXT_PUBLIC_API_BASE=/api
|
||||||
|
Environment=PORT=3001
|
||||||
|
Pod=vote.pod
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
[Container]
|
||||||
|
Image=docker.io/library/postgres:17
|
||||||
|
Volume=%h/volumes/bdd-pg17:/var/lib/postgresql/data:Z
|
||||||
|
Environment=POSTGRES_PASSWORD=SUPERMDP
|
||||||
|
HostName=postgres
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Restart=always
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
Reference in New Issue
Block a user