Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit 105f81d

Browse files
authored
chore: update docker compose file (#11)
1 parent ae353dd commit 105f81d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
services:
2-
app:
2+
video-app:
33
image: video-app:latest
44
container_name: video-app
55
ports:
@@ -9,7 +9,6 @@ services:
99
environment:
1010
- DATABASE_URL=${DATABASE_URL}
1111
- JWT_SECRET=${JWT_SECRET}
12-
- ADFLUX_VERIFICATION=${ADFLUX_VERIFICATION}
1312
- FFMPEG_PATH=/usr/bin/ffmpeg
1413
- FFPROBE_PATH=/usr/bin/ffprobe
1514
extra_hosts:

0 commit comments

Comments
 (0)