Skip to content

Instantly share code, notes, and snippets.

@masious
Created September 5, 2023 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masious/3f576bb88ebe169523d3d365b5e53424 to your computer and use it in GitHub Desktop.
Save masious/3f576bb88ebe169523d3d365b5e53424 to your computer and use it in GitHub Desktop.
Github Actions example
version: '3.3'
services:
front:
image: ghcr.io/masious/my-front
volumes:
- ./static:/usr/share/nginx/html/static
ports:
- 5173:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment