Create docker-compose.yml

This commit is contained in:
Philipp Beckmann 2023-10-20 16:39:50 +02:00 committed by GitHub
parent e0841979fc
commit 8c153c7823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
docker-compose.yml Normal file
View file

@ -0,0 +1,17 @@
version: "3.1"
services:
skyjo-fe:
image: ghcr.io/pb-coding/skyjo-fe
container_name: skyjo-fe
ports:
- "5173:5173"
networks:
- default
- swag_net
networks:
default:
swag_net:
external:
name: swag_net