mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-26 23:58:35 -06:00
Change image location
This commit is contained in:
parent
e06b744e3c
commit
6881b8b557
1 changed files with 9 additions and 4 deletions
|
@ -1,8 +1,11 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
url:
|
url:
|
||||||
image: draganczukp/simply-shorten
|
image: registry.gitlab.com/sintan1729/simply-shorten:latest
|
||||||
container_name: url
|
restart: unless-stopped
|
||||||
|
container_name: simply-shorten
|
||||||
|
ports:
|
||||||
|
- 4567:4567
|
||||||
environment:
|
environment:
|
||||||
# Change if you want to mount the database somewhere else
|
# Change if you want to mount the database somewhere else
|
||||||
# - db_url=/urls.sqlite
|
# - db_url=/urls.sqlite
|
||||||
|
@ -10,11 +13,13 @@ services:
|
||||||
- password=$3CuReP4S$W0rD
|
- password=$3CuReP4S$W0rD
|
||||||
volumes:
|
volumes:
|
||||||
- db:/urls.sqlite
|
- db:/urls.sqlite
|
||||||
restart: unless-stopped
|
networks:
|
||||||
|
- proxy
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db:
|
db:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
|
Loading…
Reference in a new issue