This commit is contained in:
2023-07-03 11:15:02 +02:00
commit fe2725ad27
3 changed files with 24 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM pawelmalak/flame
COPY ./main.569632bd.chunk.js /app/public/static/js/main.569632bd.chunk.js
+19
View 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
File diff suppressed because one or more lines are too long