init
This commit is contained in:
commit
fe2725ad27
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
FROM pawelmalak/flame
|
||||||
|
|
||||||
|
COPY ./main.569632bd.chunk.js /app/public/static/js/main.569632bd.chunk.js
|
||||||
19
docker-compose.yml
Normal file
19
docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
version: '3.6'
|
||||||
|
|
||||||
|
services:
|
||||||
|
flame:
|
||||||
|
#image: pawelmalak/flame
|
||||||
|
build: ./
|
||||||
|
container_name: flame
|
||||||
|
volumes:
|
||||||
|
- ./data:/app/data
|
||||||
|
#- /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration
|
||||||
|
environment:
|
||||||
|
- PASSWORD=85KTAieQgZ2GCx
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
name: backend
|
||||||
|
external: true
|
||||||
2
main.569632bd.chunk.js
Normal file
2
main.569632bd.chunk.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user