This commit is contained in:
2026-02-22 14:14:35 +03:00
parent adaa1d2336
commit b9209d865e
2 changed files with 17 additions and 0 deletions

0
subscription/.env Normal file
View File

View File

@@ -0,0 +1,17 @@
services:
remnawave-subscription-page:
image: remnawave/subscription-page:latest
container_name: remnawave-subscription-page
hostname: remnawave-subscription-page
restart: always
env_file:
- .env
ports:
- '127.0.0.1:3010:3010'
networks:
- remnawave-network
networks:
remnawave-network:
driver: bridge
external: true