Skip to content

Commit

Permalink
docker-compose file added
Browse files Browse the repository at this point in the history
  • Loading branch information
imertetsu committed Aug 13, 2024
1 parent 86c0b7d commit bdb5c67
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: '3.8'

services:
service:
build:
context: .
dockerfile: Dockerfile
labels:
- traefik.enable=true

environment:
- swagger.server.url=https://service.spacecraftEvents.imertetsu.me/api
networks:
- traefik_network

networks:
traefik_network:
external: true

0 comments on commit bdb5c67

Please sign in to comment.