mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 08:25:47 +02:00
lander: added volume
This commit is contained in:
parent
5db5209fdc
commit
4137f016ea
1 changed files with 5 additions and 0 deletions
|
|
@ -21,7 +21,12 @@ services:
|
||||||
- 'LANDER_API_KEY'
|
- 'LANDER_API_KEY'
|
||||||
networks:
|
networks:
|
||||||
- 'public'
|
- 'public'
|
||||||
|
volumes:
|
||||||
|
- 'data:/data'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
public:
|
public:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
data:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue