first commit
This commit is contained in:
28
docker-compose.yml
Normal file
28
docker-compose.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
version: '3.8'
|
||||
|
||||
# services:
|
||||
# web:
|
||||
# build: .
|
||||
# container_name: ${HOST}
|
||||
# restart: unless-stopped
|
||||
# networks:
|
||||
# - proxy
|
||||
# volumes:
|
||||
# - ./src:/app
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
container_name: gomed
|
||||
restart: always
|
||||
volumes:
|
||||
- ./src:/app
|
||||
- ./media:/app/media
|
||||
# environment:
|
||||
# - "APP_PORT=8080"
|
||||
ports:
|
||||
- "8081:80"
|
||||
# networks:
|
||||
# - bridge2
|
||||
# networks:
|
||||
# bridge2:
|
||||
# external: true
|
||||
Reference in New Issue
Block a user