mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 09:16:46 +00:00
Change image location
This commit is contained in:
parent
e06b744e3c
commit
6881b8b557
@ -1,8 +1,11 @@
|
||||
version: "3"
|
||||
services:
|
||||
url:
|
||||
image: draganczukp/simply-shorten
|
||||
container_name: url
|
||||
image: registry.gitlab.com/sintan1729/simply-shorten:latest
|
||||
restart: unless-stopped
|
||||
container_name: simply-shorten
|
||||
ports:
|
||||
- 4567:4567
|
||||
environment:
|
||||
# Change if you want to mount the database somewhere else
|
||||
# - db_url=/urls.sqlite
|
||||
@ -10,7 +13,9 @@ services:
|
||||
- password=$3CuReP4S$W0rD
|
||||
volumes:
|
||||
- db:/urls.sqlite
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
|
||||
volumes:
|
||||
db:
|
||||
|
Loading…
Reference in New Issue
Block a user