mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
rename images
This commit is contained in:
parent
4052991b08
commit
5d1a01358f
@ -11,7 +11,7 @@ services:
|
|||||||
- db
|
- db
|
||||||
- mq
|
- mq
|
||||||
env_file: .env
|
env_file: .env
|
||||||
image: nopaque/web
|
image: nopaque:development
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- "${NOPAQUE_DATA_DIR:-/mnt/nopaque}:${NOPAQUE_DATA_DIR:-/mnt/nopaque}"
|
- "${NOPAQUE_DATA_DIR:-/mnt/nopaque}:${NOPAQUE_DATA_DIR:-/mnt/nopaque}"
|
||||||
@ -27,7 +27,7 @@ services:
|
|||||||
- db
|
- db
|
||||||
- nopaque
|
- nopaque
|
||||||
env_file: .env
|
env_file: .env
|
||||||
image: nopaque/daemon
|
image: nopaqued:development
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||||
|
Loading…
Reference in New Issue
Block a user