Compare commits
2 Commits
4a66d72450
...
f8c862cb7f
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f8c862cb7f | ||
![]() |
7f29ec6104 |
@@ -22,7 +22,7 @@ services:
|
|||||||
ASPNETCORE_ENVIRONMENT: 'Production'
|
ASPNETCORE_ENVIRONMENT: 'Production'
|
||||||
ASPNETCORE_HTTP_PORTS: 5000
|
ASPNETCORE_HTTP_PORTS: 5000
|
||||||
Remotely_ApplicationOptions__DbProvider: 'SQLite'
|
Remotely_ApplicationOptions__DbProvider: 'SQLite'
|
||||||
Remotely_ApplicationOptions__DockerGateway: '172.18.0.1'
|
Remotely_ApplicationOptions__DockerGateway: ${DOCKER_GW}
|
||||||
Remotely_ConnectionStrings__SQLite=Data Source: /app/AppData/Remotely.db
|
Remotely_ConnectionStrings__SQLite=Data Source: /app/AppData/Remotely.db
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
shlink-server:
|
shlink-server:
|
||||||
image: shlinkio/shlink:latest
|
image: ghcr.io/shlinkio/shlink:latest
|
||||||
container_name: shlink
|
container_name: shlink
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@ services:
|
|||||||
- /home/fxequals/docker/shlink/data:/data
|
- /home/fxequals/docker/shlink/data:/data
|
||||||
|
|
||||||
shlink-web-client:
|
shlink-web-client:
|
||||||
image: shlinkio/shlink-web-client
|
image: ghcr.io/shlinkio/shlink-web-client:latest
|
||||||
container_name: shlink-web-client
|
container_name: shlink-web-client
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
@@ -40,10 +40,18 @@ services:
|
|||||||
PUID: 1000
|
PUID: 1000
|
||||||
PGID: 1000
|
PGID: 1000
|
||||||
SHLINK_SERVER_URL: 'https://shlinks.mydomain.net'
|
SHLINK_SERVER_URL: 'https://shlinks.mydomain.net'
|
||||||
SHLINK_SERVER_API_KEY: ${API_KEY} # <-- See Documentation
|
# SHLINK_SERVER_API_KEY: <--- See Notes
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
# Documentation available at https://shlink.io/documentation/install-docker-image/
|
# Documentation available at https://shlink.io/documentation/install-docker-image/
|
||||||
|
|
||||||
|
# Notes
|
||||||
|
#
|
||||||
|
# Create and start container
|
||||||
|
# Run docker exec -it <SHLINK_CONTAINER_ID> shlink api-key:generate
|
||||||
|
# Copy key and go to Servers - Manage Servers - Click 3 dot menu - Edit
|
||||||
|
# Paste API key
|
||||||
|
#
|
Reference in New Issue
Block a user