mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-12 08:34:15 +03:00
Initial commit
This commit is contained in:
23
docker-compose.yml
Normal file
23
docker-compose.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
services:
|
||||
app:
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: .
|
||||
env_file:
|
||||
- ./.env
|
||||
volumes:
|
||||
- ./src/:/app/src/
|
||||
- ./storage/:/app/storage/
|
||||
- ./config/:/app/config/
|
||||
ports:
|
||||
- '8080:8080'
|
||||
logging:
|
||||
driver: 'json-file'
|
||||
options:
|
||||
max-size: '50m'
|
||||
# networks:
|
||||
# - web
|
||||
#networks:
|
||||
# web:
|
||||
# external: true
|
||||
# name: web
|
Reference in New Issue
Block a user