Добавить docker-compose.yml

This commit is contained in:
jeekkaaaa 2025-03-27 12:02:07 +00:00
commit 1fc0b92ebd

34
docker-compose.yml Normal file
View File

@ -0,0 +1,34 @@
services:
linkstack:
hostname: 'linkstack'
container_name: "linkstack"
image: 'linkstackorg/linkstack:latest'
# user: "0:0"
environment:
TZ: 'Europe/Moscow'
SERVER_ADMIN: 'example.com'
HTTP_SERVER_NAME: 'example.com'
HTTPS_SERVER_NAME: 'example.com'
LOG_LEVEL: 'info'
PHP_MEMORY_LIMIT: '256M'
UPLOAD_MAX_FILESIZE: '8M'
# volumes:
# - './data:/htdocs'
ports:
- '8190:443'
restart: unless-stopped
# ipv4_address: 172.20.0.2
#volumes:
# linkstack_data:
#networks:
# default:
# ipam:
# driver: default
# config:
# - subnet: "172.74.0.0/16"
#networks:
## bridge:
# name: bridge
# external: true