add
This commit is contained in:
0
subscription/.env
Normal file
0
subscription/.env
Normal file
17
subscription/docker-compose.yml
Normal file
17
subscription/docker-compose.yml
Normal 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
|
||||||
Reference in New Issue
Block a user